SftTree/OCX 7.0

SftTree.MakeColumnVisible Method

Softel vdm, Inc.

Horizontally scrolls the specified column into view so it is displayed in the tree control's client area.

Deprecated - Provided for compatibility with earlier versions only - Use Column.MakeVisible instead

Syntax       

VB.NET

object.MakeColumnVisible(ByVal ColIndex As Short)

VB

object.MakeColumnVisible(ByVal ColIndex As Integer)

C#.NET

void object.MakeColumnVisible(short ColIndex);

VC++

HRESULT object->MakeColumnVisible(short ColIndex);

C

HRESULT object->raw_MakeColumnVisible(short ColIndex);

Delphi

procedure object.MakeColumnVisible(ColIndex : Smallint);

object

A SftTree object.

ColIndex

The zero-based column number to make visible.

Comments

Deprecated - Provided for compatibility with earlier versions only - Use Column.MakeVisible instead

The MakeColumnVisible method horizontally scrolls the specified column into view so it is displayed in the tree control's client area.

The user normally scrolls the tree control items horizontally using the scroll bar, but if an application wants to insure that a column is visible, this method can be used.

To make a particular cell visible, the Cell.MakeVisible method can be used.

See Also  SftTree Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com